home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / dns / named-config.hlp.z / named-config.hlp
Encoding:
Text File  |  1997-07-30  |  5.0 KB  |  120 lines

  1. #!/usr/bin/perl5
  2. #
  3. # named-config.hlp
  4. #
  5. # Copyright 1988-1996 Silicon Graphics, Inc.
  6. # All rights reserved.
  7. #
  8. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  9. # the contents of this file may not be disclosed to third parties, copied or
  10. # duplicated in any form, in whole or in part, without the prior written
  11. # permission of Silicon Graphics, Inc.
  12. #
  13. # RESTRICTED RIGHTS LEGEND:
  14. # Use, duplication or disclosure by the Government is subject to restrictions
  15. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  16. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  17. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  18. # rights reserved under the Copyright Laws of the United States.
  19. #
  20. # $Id: named-config.hlp,v 1.8 1997/04/17 21:26:08 shotes Exp $
  21.  
  22. print <<EndOfFile;
  23. Content-type: text/html
  24.  
  25. <FORM>
  26. <H2>Configuring the Domain Name Server</H2>
  27. <P>
  28. A domain name server can function as a primary name server, 
  29. which contains a local file of domain information and is the authoritative 
  30. name server for a domain; a secondary name server, which copies domain name 
  31. information from the primary name server; or a client, which requests domain 
  32. information. As conditions on the network change, you might need to add new DNS 
  33. servers to the name server hierarchy.
  34. <P>
  35. Use the Configure Domain Name Server form to set these DNS parameters:
  36. <P>
  37. <STRONG>Enable DNS server:</STRONG> This selection turns the
  38. DNS name server daemon <EM>named</EM> on or off. Select <VAR>Yes</VAR>
  39. to turn the name server on, and select<VAR>No</VAR> to turn the
  40. name server off.
  41. </P>
  42. (Default value: No)
  43. <P>
  44. <STRONG>Add New Domain</STRONG> This field specifies a new domain for which 
  45. this system will act as a name server. Enter the name of a new domain, then
  46. click the <VAR>Add New Domain</VAR> button to display the Add New Domain form. 
  47. After you complete the Add New Domain form, click the <VAR>Ok</VAR> button to 
  48. add the new domain to the list of supported domains for this name server.
  49. </P>
  50. (Default value: none)
  51. <P>
  52. <STRONG>Edit Selected Domain</STRONG> The list beside this button
  53. contains the names of domains that were entered from the Add Domain field 
  54. (above). Select a domain name from the list and click the 
  55. <VAR>Edit Selected Domain</VAR> button to display the Edit Domain form. 
  56. Make changes in the form, then click the <VAR>Ok</VAR> button to 
  57. put the changes in effect.
  58. </P>
  59. (Default value: none)
  60. <P>
  61. <STRONG>Delete Selected Domain</STRONG> Select a domain name from the list 
  62. beside this button to remove a domain name from the list. When you 
  63. finish removing names, click the <VAR>Ok</VAR> button to put the changes 
  64. in effect.
  65. </P>
  66. (Default value: none)
  67. <P>
  68. <STRONG>Domain name:</STRONG> On the Add or Edit form, this field displays
  69. the name of the domain that you are adding or changing. The field is not editable.
  70. <P>
  71. <STRONG>Other servers to contact if name cannot be resolved:</STRONG> This list
  72. contains addresses of name servers to which requests will be forwarded if they
  73. contain names for which this server has no domain data. To add entries to the
  74. list, enter an Internet address and press the <I>Enter</I> key. Use dotted 
  75. decimal (such as 11.22.33.44) or hexadecimal (such as 0x11223344) notation 
  76. in your entries.
  77. </P>
  78. (Default value: none)
  79. <P>
  80. <STRONG>Limit contact hosts to above:</STRONG> When <VAR>named</VAR> returns 
  81. information, it also returns the address of the system that provided the 
  82. information. If you select <VAR>Yes</VAR>, when this server receives a 
  83. requests for information about a domain for which it is neither a primary 
  84. nor a secondary name server, the request will always be forwarded to the 
  85. hosts listed in the previous entry. If you select <VAR>No</VAR>, this server 
  86. will contact the provider name server directly.
  87. </P>
  88. (Default value: No)
  89. <P>
  90. <STRONG>Name server type:</STRONG> This entry specifies whether this 
  91. server is the primary or secondary name server for this domain. 
  92. For a primary name server, specify the data file location. 
  93. To change a server type (from a primary to secondary or vice versa), 
  94. remove the domain and re-add it as the new type.
  95. </P>
  96. (Default value: none)
  97. <P>
  98. <STRONG>File name for domain information:</STRONG> This field contains
  99. the name of the file that contains domain data. On a primary server,
  100. this file is either edited locally or generated from the local hosts file.
  101. On a secondary server, this is the location of the data file that will be
  102. copied from the primary server.
  103. </P>
  104. (Default value: none)
  105. <P>
  106. <STRONG>List of server addresses:</STRONG> For secondary name servers only.
  107. This is a list of host addresses from which the data file may be copied. 
  108. The list can contain the addresses of the primary name server or other
  109. secondary name servers for this domain; but for best performance, the 
  110. address of the primary should appear first. To add entries to the list, 
  111. enter an IP address and press <I>Enter</I> until all server addresses appear
  112. in the list. 
  113. </P>
  114. (Default value: none)
  115. <CENTER>
  116. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  117. </CENTER>
  118. </FORM>
  119. EndOfFile
  120.